home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000106_news@newsmaster….columbia.edu _Thu Jan 7 13:21:22 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA22485
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 7 Jan 1999 13:21:22 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA22670
  7.     for kermit.misc@watsun; Thu, 7 Jan 1999 13:21:21 -0500 (EST)
  8. Path: newsmaster.cc.columbia.edu!panix!howland.erols.net!vixen.cso.uiuc.edu!milo.mcs.anl.gov!usenet
  9. From: Timothy Martin <tjmartin@anl.gov>
  10. Newsgroups: comp.os.os9,comp.protocols.kermit.misc,news.groups.os.os9
  11. Subject: Re: Skewed image data when transferred with Kermit
  12. Date: Thu, 07 Jan 1999 12:12:39 -0600
  13. Organization: Argonne National Laboratory
  14. Lines: 36
  15. Message-ID: <3694F917.91BE43D5@anl.gov>
  16. References: <770osj$omd$1@news.utdallas.edu>
  17. NNTP-Posting-Host: gonzalo.er.anl.gov
  18. Mime-Version: 1.0
  19. Content-Type: text/plain; charset=us-ascii
  20. Content-Transfer-Encoding: 7bit
  21. X-Mailer: Mozilla 4.5 [en] (X11; U; SunOS 5.4 sun4m)
  22. X-Accept-Language: en
  23. Xref: newsmaster.cc.columbia.edu comp.os.os9:12924 comp.protocols.kermit.misc:9736
  24.  
  25. Brian Reid wrote:
  26. > I am trying to use kermit95 to transfer 8 bit row ordered SEM image data
  27. > from a Tracor Northern 8502 image analysis system (running OS-9) to a PC
  28. > (running Windows98) using a serial connection.  The files appear to transfer
  29. > successfully, however, the image features are skewed when viewed using NIH
  30. > image.  For example, a square feature would appear as a parallelogram with
  31. > the bottom side moved to the right.  When I try to send the file back to the
  32. > OS9 system, the TN8502 software indicates that the image bin is too small to
  33. > hold the image data.
  34. > Is there any possibility that Kermit is adding bits somewhere in the binary
  35. > file?  Could the file be getting corrupted somehow in the transfer?
  36. > Thanks in advance for any suggestions.
  37. > Brian Reid
  38. > Doctor of Chemistry Program
  39. > University of Texas at Dallas
  40. > breid@utdallas.edu
  41. > (972)-883-2709
  42.  
  43. I read the Frank da Cruz replies.  Questioning a proper binary transfer
  44. is certainly in order.  You should check that the files on the OS-9
  45. and Win98 sides are identical.  You can do this with a utility such
  46. as "md5".  I have OS-9 and DOS executables for md5.  If you haven't
  47. heard of md5, it generates a "hash code" which is a number generated
  48. based on the contents of the file.  If md5 produces the same hash code
  49. on the OS-9 and Win98 versions of the file, you can be essentially
  50. guaranteed that the files are identical.
  51.  
  52. If you want this sort of verification and can't find "md5" for DOS or
  53. OS-9, tell me.  Of course, you could transfer the file there and back
  54. and see if it is unmangled also.  Do an OS-9 "cmp" to compare two files.
  55.  
  56. EOT.